SizingOptions.SetNextAvailableSize
Description:
Sets the next available size based on the specified inner diameter.
Sets the next available size based on the specified inner diameter.
Overloads (2):
SetNextAvailableSize(Double,ISet[MEPSize])
public void SetNextAvailableSize(
double innerDiameter,
ISet<MEPSize> availableSizes
)
-
DoubleinnerDiameterThe inner diameter threshold that the next available size must exceed.
-
ISet<MEPSize>availableSizesThe sorted list of available sizes, where the smallest possible size yet larger than the specified inner diameter will be selected.
-
A non-optional argument was null
-
The given value for innerDiameter must be positive. -or- The innerDiameter must be within the range of availableSizes.